home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Software of the Month Club / Amiga Holiday Edition Volume 219 (1994-12)(SOMC)(Disk 3 of 5)[SMC219C30I3].zip / Amiga Holiday Edition Volume 219 (1994-12)(SOMC)(Disk 3 of 5)[SMC219C30I3].adf / Install-FrexxEd19-Docs < prev    next >
Text File  |  1995-11-11  |  608b  |  24 lines

  1. if exists lha
  2.    skip loser
  3. else
  4.    echo "Software of the Month Club"
  5. endif
  6. echo "Have you moved the Install Icon to the Partition you"
  7. echo "want to install FrexxED v1.9 docs to? ( Y/N )"
  8. ask Continue?
  9. IF WARN
  10.    echo Yes
  11.    c:copy smc219c30i3:lha c:
  12.    echo "Installing FrexxED......."
  13.    lha x smc219c30i3:frexxedv19_b.lha
  14.    c:delete install-Frexxed19-Docs.info 
  15.    echo "All done Enjoy. "
  16. else
  17.    echo "Maybe later then, bye now........"
  18. endif
  19. quit
  20. LAB loser
  21. echo "You can't install to this Disk.  Please move this icon to  where you want "
  22. echo "FrexxED v1.9 docs installed on your Hard-Drive."
  23. wait 5
  24.